Please add glide plugin
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
Some upstream projects, e.g. traefik (https://github.com/containous/traefik/blob/master/.github/CONTRIBUTING.md) use glide to build from source. The current go (or goget) plugin(s) do not support glide. It seems like a simple glide plugin which does:
glide install
go generate
go build
go install
I think this would be the general format for a glide-based install.
Evaluation history
No evaluation history available.